Visible - the visible property controls the visibility of the legend. When set to false the legend will be hidden.
Items Layout - controls the layout of the legend items. Possible values are:
Single Row - the items of the legend are arranged in a single row.
Single Col - the items of the legend are arranged in a single col.
Fixed Rows - the items are arranged in cols. There is a fixed number of rows allowed per each column. A new column is created when the current column breaches the fixed rows constraint. The number of fixed rows is controlled by the Fixed Rows Count property.
Fixed Cols - the items are arranged in rows. There is a fixed number of cols allowed per each row. A new row is created when the current row breaches the fixed cols constraint. The number of fixed cols is controlled by the Fixed Cols Count property.
Vertical Wrap - the items are arranged in rows, when the available vertical space is reached the legend adds new columns.
Horizontal Wrap - the items are arranged in columns, when the available horizontal space is reached the legend adds new rows.
Auto Single Row Col - in this mode the legend automatically switches between Single Row or Single Col mode depending on the legend dock position. If the legend layout mode is set to Manual the Auto Single Row Col mode always evaluates to Single Col.
Auto Fixed Row Col - in this mode the legend automatically switches between Fixed Row or Fixed Col mode depending on the legend dock position. If the legend layout mode is set to Manual the Auto Fixed Row Col mode always evaluates to Fixed Col.
Fixed Rows Count - controls the number of fixed rows.
Fixed Cols Count - controls the number of fixed cols.
Marks Width - controls the width of the legend items marks.
Marks Height - controls the height of the legend items marks.
Text Offset - controls the offset of the legend item text from the legend item mark.